* src/w32fns.c (globals_of_w32fns): Move initialization of
resetstkoflw to a non-Cygwin part.
except_addr = 0;
#ifndef CYGWIN
prev_exception_handler = SetUnhandledExceptionFilter (my_exception_handler);
+ resetstkoflw = NULL;
#endif
DEFVAR_INT ("w32-ansi-code-page",
after_deadkey = -1;
- resetstkoflw = NULL;
-
/* MessageBox does not work without this when linked to comctl32.dll 6.0. */
InitCommonControls ();